getDateValue4

abstract fun getDateValue4(): Date

Gets the fourth generic value, attempting to interpret it as a Date. See getDateValue1 for notes on date formats and error handling.

Return

The fourth value as a Date, or null if parsing fails or the value is not applicable.